Q3AttributeSet_New
You can use theQ3AttributeSet_New
function to create an attribute set.
TQ3AttributeSet Q3AttributeSet_New (void);DESCRIPTION
TheQ3AttributeSet_New
function returns, as its function result, a new empty attribute set. IfQ3AttributeSet_New
fails, it returnsNULL
.